IsNotComplete
TheIsNotComplete
method returns a Boolean value that indicates whether the iteration is incomplete.
ODBoolean IsNotComplete ();
- return value
kODTrue
if the iteration is incomplete, otherwisekODFalse
.DISCUSSION
Your part calls this method to test whether more elements remain in the type list. This method returnskODTrue
if the preceding call to theFirst
orNext
method found an element. This method returnskODFalse
when you have examined all the elements. If the type list that created this iterator is empty, this method always returnskODFalse
.EXCEPTIONS
kODErrIteratorNotInitialized
- This method was called before calling either the
First
orNext
method to begin the iteration.kODErrIteratorOutOfSync
- The type list was modified while the iteration was in progress.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help